home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 88
- Top = 57
- BorderStyle = bsNone
- Caption = 'Form2'
- ClientHeight = 465
- ClientWidth = 640
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyUp = FormKeyUp
- PixelsPerInch = 96
- TextHeight = 13
- object BigImage: TImage
- Left = 0
- Top = 0
- Width = 640
- Height = 465
- Align = alClient
- Center = True
- OnMouseUp = BigImageMouseUp
- end
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 640
- Height = 41
- Cursor = 15
- OnClick = Image1Click
- end
- object Image2: TImage
- Left = 0
- Top = 41
- Width = 77
- Height = 438
- Cursor = 11
- OnClick = Image2Click
- end
- object Image3: TImage
- Left = 564
- Top = 41
- Width = 77
- Height = 438
- Cursor = 13
- OnClick = Image3Click
- end
- end
-